reflect.structType.FieldByIndex (method, view implemented interface methods)

2 uses

	reflect (current package)
		type.go#L981: 	return tt.FieldByIndex(index)
		type.go#L1273: func (t *structType) FieldByIndex(index []int) (f StructField) {